OnClientUpdatedView Property (TransposedGrid<T>)
In This Topic
Occurs when the grid finishes creating/updating the elements that make up the current view.
Syntax
'Declaration
Public Overridable Property OnClientUpdatedView As String
public virtual string OnClientUpdatedView {get; set;}
See Also